String Schema
PosType Complex Type
Description
Provides information on the originator of the query
Namespace http://string.drv.de/xmlschema/string
Diagram
OrganisationLevelID Element Code Element ShortName Element Sequence CompanyName Element Type Element Sequence BookingChannel Element ReceiverMatch Element Organisation Element OrganisationLevelID Element Code Element ShortName Element Sequence CompanyName Element Type Element ID Element Sequence Requestor Element Languages Element Currency Element Country Element Agency Element Sequence Sequence PosType Complex Type
Overview
PosType
Provides information on the originator of the query
Sequence
Sequence
Agency
Identification of the executing agency
Sequence
Name xs:string
Name of the country
Languages
ISO Language Code of the generated Language(s) of the originator instance. In case of a multiple language support one is defined as the primary language
Sequence
PrimaryLanguage xs:language
AdditionalLanguages 0..3 xs:language
Sequence
ID
ID of the requestor which must be unique within the requestors overall system
Type optional
Sequence
ShortName optional
Code optional
OrganisationLevelID optional xs:int
As the company could be part of a bigger organization, one might provide the level in the hierarchy of that organization Only 1 digit LevelIds are provided
Organisation optional
As the company could be part of a bigger organization, one might provide the hierarchial structure of that organization Thereby a hierarchy will be represented by a LevelID Only 1 digit LevelIds are provided
Sequence
Level 1..10
A level will be represented by a LevelID (1 digit) and a corresponding key (name) value pair
Sequence
LevelID xs:int
Only 1 digit LevelIds are provided
ReceiverMatch optional
The corresponding ID, the RequestorID is mapped with in the receivers system
Sequence
ID
Sequence
Sequence
ShortName optional
Code optional
OrganisationLevelID optional xs:int
As the company could be part of a bigger organization, one might provide the level in the hierarchy of that organization Only 1 digit LevelIds are provided
Used By
POS Element
POS Element
Source
<xs:complexType name="PosType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Provides information on the originator of the query</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:sequence>
      <xs:element name="Agency">
        <xs:annotation>
          <xs:documentation>Identification of the executing agency</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Country" type="CountryType" minOccurs="0" maxOccurs="1" />
      <xs:element name="Currency" type="CurrencyCodeType" />
      <xs:element name="Languages">
        <xs:annotation>
          <xs:documentation>ISO Language Code of the generated Language(s) of the originator instance.
In case of a multiple language support one is defined as the primary language</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="PrimaryLanguage" type="xs:language" />
            <xs:element name="AdditionalLanguages" type="xs:language" minOccurs="0" maxOccurs="3" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:element name="Requestor" type="RequestorInformationType" />
    <xs:element name="ReceiverMatch" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The corresponding ID, the RequestorID is mapped with in the receivers system</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="ID" />
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="BookingChannel" type="BookingChannelType" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.